home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 July: Mac OS SDK / Dev.CD Jul 96 SDK / Dev.CD Jul 96 SDK1.toast / Development Kits (Disc 1) / OpenDoc Development Framework / ODFDev / ODF / RBPPCDebug / Precompile Headers / ODUtil.pch < prev   
Encoding:
Text File  |  1996-04-25  |  770 b   |  31 lines  |  [TEXT/MPS ]

  1. //========================================================================================
  2. //
  3. //    File:                ODUtil.pch
  4. //    Release Version:    $ ODF 1 $
  5. //
  6. //    Copyright:    (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
  7. //
  8. //========================================================================================
  9.  
  10.  
  11. /* ODHeaders.cpp: Precompiled header for OpenDoc part development */
  12.  
  13. #include "ODConfig.h"
  14.  
  15. #pragma once on
  16.  
  17. // Headers for OpenDoc utilities. Several of these need to be
  18. // included before ODTypes.h to work their magic.
  19.  
  20. #include <AltPoint.h>
  21. #include <AltPoly.h>
  22. #include <Except.h>
  23. #include <ODDebug.h>
  24. #include <ODNew.h>
  25.  
  26. // Central headers for OpenDoc types and part handler API:
  27. #include <ODTypes.h>
  28. #include <Part.xh>
  29.  
  30. #include "FWPoint.h"
  31.